WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND
ENCAPSULATION?
PLEASE EXPLAIN IT.
Answer Posted / sdk
Encapsulation prevents the code and data of one class to be
accessed by code which is out side class
Abstraction refers to hiding of irrelevant data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we override main method?
Can abstract class have normal methods?
What is new keyword in oops?
How long to learn object oriented programming?
Why it is called runtime polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between a constructor and a destructor?
Why is abstraction used?
What is an interface in oop?
What are the 3 principles of oop?
What is the full form of oops?
Why is polymorphism needed?
What is the problem with multiple inheritance?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
class type to basic type conversion