Which OOPS concept exposes only the necessary information to the calling functions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain basic concepts of OOPS?
What is Abstract method and how different from Virtual Method?
What is dynamic or run time polymorphism?
What is the use of interface?
Explain static binding
What is the difference between a class and a structure?
Why we use oops concepts? What is its advantage?
Does a concept HAVE to become a class in Design?
What is a default method? Why do we need default methods in java 8 interfaces?
What is hybrid inheritance?
What is a final variable?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?