what is data Abstraction? and give example
Answer Posted / m.harikrishnam raju
It refers we can represents essential features without
including background details and explanations
ex:
index of text book.
class School
{
void sixthclass();
void seventhclass();
void tenthclass();
}
| Is This Answer Correct ? | 205 Yes | 69 No |
Post New Answer View All Answers
What is c++ w3school?
What is c++ & why it is used?
What are the two shift operators and what are their functions?
Explain mutable storage class specifier.
Why is c++ considered difficult?
What are the advantages of c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the difference between object-oriented programming and procedural programming?
Difference between delete and free.
What is class definition in c++ ?
Explain polymorphism?
Explain Text Manipulation Routines?
What are references in c++? What is a local reference?
What is abstract class in c++?
What are the 3 levels of programming languages?