what is data encapsulation in C++?
No Answer is Posted For this Question
Be the First to Post Answer
In how many ways we can initialize an int variable in C++?
What is the difference between global variables and static varables?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
What are the advantages of using const reference arguments in a function?
Why is standard template library used?
What is friend class in c++ with example?
What is anonymous object in c++?
Can we declare destructor as static? Explain?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why cstdlib is used in c++?
What is virtual table?
What do you mean by translation unit?