Why do we use encapsulation in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c++ program to display pass and fail for three student using static member function
What are virtual functions?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the difference between abstraction and polymorphism?
what are the realtime excercises in C++?
How to hide the base class functionality in Inheritance?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
WHEN A COPY CONSTER IS CALL ?
What is for loop and its syntax?
How to overload postfix operator in c++