What is the real time example of encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
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?
what's the basic's in dot net
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is friend function?
Why interface is used?
What is difference between class and object with example?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
What is the difference between abstraction and polymorphism?
what is main difference between object oriented object base
What is abstraction in oop with example?
How Do you Code Composition and Aggregation in C++ ?