what is data Abstraction? and give example
Answer Posted / rishabh
Data Abstraction : It is a process of representing only the
essential features of any object without including
implement details...
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is the difference between global variables and static varables?
What is the advantage of c++ over c?
What are abstract data types in c++?
What sorting algorithm does c++ use?
What is the use of main function in c++?
Write about c++ storage classes?
What causes a runtime error c++?
Are c and c++ similar?
What is auto type c++?
Can circle be called an ellipse?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is a character in c++?
What is meant by a delegate?