What is the need of multiple inheritance?
What are the various types of constructors?
What is the diffrence between an abstract class and interface?
Name some languages which have object oriented language and characteristics?
What is the significance of encapsulation?
Why abstraction is important?
What does the “abstract” keyword mean in front of a method? A class?
What is operator overloading?
What interface must an object implement before it can be written to a stream as an object?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the abstract method modifier?
Explain about multiple inheritance?
What is the difference between aggregation and composition?