What is data abstraction? How is it different from data encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is an ABC: an "Abstract Base Class"?
How to write a program such that it will delete itself after exectution?
Is c++ harder than java?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
What is atoi in c++?
Tell me what are static member functions?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
sizeof- is it functioning statically or dynamically?
How is c++ different from java?
Explain about vectors in c ++?
What is istream and ostream in c++?