what is data Abstraction? and give example
Answer Posted / kamal lochan jena.
It is process of creating a new data_type using encapsulated
items.
Ex: class Name
{
int age;
char Name[20];
public:
getdata();
putdata();
};
Here the class body contains the encapsuleted data items.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does the following statement mean? int (*a)[4]
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is the use of c++ programming language in real life?
What are the stages in the development cycle?
Differentiate between a constructor and a destructor in c++.
Write about the role of c++ in the tradeoff of safety vs. Usability?
When do we run a shell in the unix system? How will you tell which shell you are running?
Why do we use classes in programming?
Explain about vectors in c ++?
What is the use of default constructor?
What is data types c++?
What is a Default constructor?
What is ios class in c++?
What is private inheritance?
When are exception objects created?