Out of 4 concepts, which 3 C++ Follow?
Answer / gopesh
c++ do not follow persistence from 4 oops concept that is encapsulation,polymorphism,data abstraction,persistence
| Is This Answer Correct ? | 17 Yes | 7 No |
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
Explain the concepts involved in Object Oriented programming.
Can we create object of abstract class?
what is object slicing?
Can destructor be overloaded?
Write a program to sort the number with different sorts in one program ??
what are the ways in which a constructors can be called?
can you give the dynamic polymorphism types?
What does it mean when someone says I oop?
What is Dynamic Polymorphism?
Why we use classes in oop?