Why do we use encapsulation in oops?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ code of diagonal matrix.
What is data binding?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
How to deploy web appliction in web logic ?
Can we have inheritance without polymorphism?
What is the difference between class and object?
what is the main difference between c and c++?
386 Answers AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
What is ambiguity in c++
Why is polymorphism used?
What is destructor in oop?
whats the difference between c and c++
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer