What is meant by function overloading and function overriding?
Explain serialization and overriding?
What are the different types of inheritance?
What is the difference between abstract & interface?
Classes and structs support inheritance. Is this statement true or false?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
Is is possible to define our own functional interface?
What are the various types of constructors?
How many instances can be created for an abstract class?
What if we make the method as abstract in another interface?
Difference between Composition and Aggregation
What is a static method? Why do we need static methods in java 8 interfaces?
Explain about Overloading vs Overriding ?