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
If I is an integer variable, which is faster ++i or i++?
Explain the difference between c++ and java.
Why #include is used?
Why is c++ considered difficult?
What are the various oops concepts in c++?
Can a list of string be stored within a two dimensional array?
What is c++ similar to?
How can you quickly find the number of elements stored in a static array?
What is the main purpose of overloading operators?
Explain polymorphism?
What are the advantages of using friend classes?
What's the best free c++ profiler for windows?
Describe the process of creation and destruction of a derived class object?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Do class declarations end with a semicolon?