Does a class inherit the constructor of its super class?
Name the different creational patterns in object oriented design?
What do you mean by abstract classes?
Write a program to show the inheritance used in a class.
Define exceptions?
What is composition? Explain the purpose of composition.
Which keyword can be used for overloading?
What do you mean by data hiding?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is a virtual function?
What are abstract methods?
Can we have a default method definition in the interface without specifying the keyword "default"?
What is super keyword?
What is the main advantage of using inheritance?
Can different parts of a partial class inherit from different interfaces?