what is data Abstraction? and give example
Answer Posted / soumitra
It is the process pf showing the essential features of
class by hiding the background details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is c++ prototype?
What is &x in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are the rules about using an underscore in a c++ identifier?
Explain selection sorting. Also write an example.
What is a constructor and how is it called?
What does new return if there is insufficient memory to make your new object?
What is a literal in c++?
How many types of classes are there in c++?
What are the rules for naming an identifier?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How can you link a c program with a c function?
What is meant by the term name mangling in c++?
Where and why do I have to put the "template" and "typename" keywords?