Answer Posted / deep
wrapping of data and function in single unit (class)is
called encapsulation.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
What is the main feature of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops and why we use oops?
How to call a non virtual function in the derived class by using base class pointer
#include
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is coupling in oops?
Why interface is used?
What is the full form of oops?
What is the importance of oop?
What is difference between polymorphism and inheritance?
Why do we use polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
write a program to find 2 power of a 5digit number with out using big int and exponent ?