what is data Abstraction? and give example
Answer Posted / karthick
Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.
Is This Answer Correct ? | 359 Yes | 101 No |
Post New Answer View All Answers
How to access a variable of the structure?
What is #include cstdlib in c++?
What is function declaration in c++ with example?
Explain the concept of friend function in c++?
How do I exit turbo c++?
Is java a c++?
What are the advantages of pointers?
What is a constructor and how is it called?
What are the advantages of c++? Explain
Define a pdb file.
What is encapsulation in c++ with example?
What are the advantages of c++ over c?
What does std :: flush do?
What are disadvantages of pointers?
How to implement is-a and has-a class relationships?