a) True
b) False
Answer: b
Explanation: No instance can be created of abstract class. Only pointer can hold instance of object.
Related Posts
What would be behaviour if the constructor has a return type?
What would be the behaviour if one parameterized constructor is explicitly defined?
What is not the use of “this” keyword in Java?
What is true about protected constructor?
What is true about constructor?
What is true about Class.getInstance()?
What is false about constructor?
Join The Discussion