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
Can we run c program in turbo c++?
Why was c++ created?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is a tree in c++?
What is the difference between global variables and local variable
How to defines the function in c++?
What are protected members in c++?
What is setfill c++?
What is a pointer how and when is it used?
How are Structure passing and returning implemented by the compiler?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
what are the decision making statements in C++? Explain if statement with an example?
What is math h in c++?
What is oop in c++?
What is :: operator in c++?