what is data Abstraction? and give example
Answer Posted / arumugaselvam
Class is not consider about the function inside of the coding through proof the data hiding
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between struct and class?
Write a struct time where integer m, h, s are its members?
What is the best c++ compiler for windows 10?
How can we access protected and private members of a class?
Write about c++ storage classes?
What are the different types of comments allowed in c++?
What is a wchar_t in c++?
What is a .h file c++?
What is the difference between an external iterator and an internal iterator?
What is problem with overriding functions?
What is an adjust field format flag?
Do you know the use of vtable?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are the types of array in c++?