what is data Abstraction? and give example
Answer Posted / sujit
it is process of representing the essential features
without knowing the background details,
we use the member functions and data members in the class
but we dont know how it works.
EX.
class abc
{int l;
void getdata();
};
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do class declarations end with a semicolon? Do class method definitions?
What is virtual methods?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is a loop? What are different types of loops in c++?
Give an example of run-time polymorphism/virtual functions.
Is it possible for a member function to delete the pointer, named this?
Why c++ is the best language?
What is the difference between a declaration and a definition?
Will rust take over c++?
Why c++ is called oop?
Is c++ double?
Should I learn c++ c?
Explain the concept of memory leak?
How do you declare a set in c++?
What is the use of vtable?