What is abstraction encapsulation?
Answer / Jaldhari Meena
Abstraction and encapsulation are two fundamental principles of OOP. Abstraction refers to hiding the implementation details and showing only the essential features of an object, while encapsulation refers to bundling the data (attributes) and methods (functions) that operate on the data into a single unit (class).
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find the correct email address format by using the programe?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Why do we need oop?
What is the use of oops?
What is abstrac class?where is it use?
What is abstraction in oops?
Can we create object of class with private constructor?
What is difference between #define and const?
How many human genes are polymorphic?
How to deploy web appliction in web logic ?
How do you explain polymorphism?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess