explain the concepts of oops?
Answer / ravi kumar soni
Abstraction : Hiding of inner details and showing only what
are required.
Encapsulation : Binding of data and the methods used to
access them. Eg: Classes.
Inheritance : Extending the existing functionaltiy.
Polymorphysim : Change of behavior with context.
| Is This Answer Correct ? | 10 Yes | 2 No |
what do you mean by static member variable?
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
what is data abstraction with example.
What are constructors in oop?
What is the real time example of encapsulation?
What is overloading and its types?
if u write a class do u write Assignment operator and copy constructor
Child cObj = new Parent() Wahts the output ?
Whatis the difference between oop and object based language
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is interface in oop?
What is the difference between C++ and java?