Answer Posted / arun upadhyay
Abstraction is basically the data types,information
associated with a function,object which may not be required
by user therefore that unnecessary data is hidden from user.
e.g. int a, only data type nature is provided not about
its memory space.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
What is overriding vs overloading?
What is encapsulation selenium?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in oop?
What is inheritance write a program to show use of inheritance?
What is difference between inheritance and polymorphism?
What is static in oop?
What is oops?what is its use in software engineering?
What is abstraction in oop?
What are benefits of oop?
What is static modifier?
What is object in oop with example?
Explain the concepts involved in Object Oriented programming.