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 |
when to use 'mutable' keyword and when to use 'const cast' in c++
which feature are not hold visual basic of oop?
Why is abstraction needed?
why the argument is passed by reference to a copy constructor?example?
Why we are use # in begning of programme of c++.
What is encapsulation in ict?
What is purpose of inheritance?
what is oops
what is the new version of oops
What is overriding in oops?
What is the highest level of cohesion?
What is virtual constructors/destructors?