Java Abstraction
Q1.
Which keyword is used to declare an abstract class in Java?
Q2.
Can we create an object of an abstract class directly in Java?
Q3.
Which of the following provides 100% abstraction in Java (before Java 8)?
Q4.
What happens if a class contains an abstract method but is not declared abstract?
Q5.
Which of the following statements is true about abstraction in Java?