Write a note on encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
If a method definition has been specified in class , its 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?
Comment: C++ "includes" behavior and java "imports"
Can you create an instance of an abstract class?
Can you create an instance of an interface?
What is serialization? How do we implement serialization actually?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What are extrinsic and intrinsic connections in object-oriented programming?
Differentiate between Aggregation and containment?
Explain what is object oriented programming language?
Explain the purpose of composition.
Explain what a method is?
Why does java not support multiple inheritance?