Write a note on encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of arguments?
How a program can be structured using the concept of object oriented programming?
Can a function be overloaded based on return types?
What is the main difference between overloading and overriding?
What is the difference between public, private and protected access modifiers?
Can you create an instance of an interface?
What is single and multiple inheritance?
what is the difference between the up phase and up workflows?
What is the order of call of constructors in inheritiance?
What do you mean by abstract classes?
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?
Explain about overriding polymorphism?