What are the four main oops concepts?
Answer / s
1.Abstraction
2.Encapsulation
3.Polymorphism
4.Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What is a class?
32 Answers Infosys, TCS, Thylak,
Write a program in c++ to read two floating point numbers and find their sum and average.
Why do we need polymorphism in c#?
Name an advantage of linked list over array?
What does <> mean pseudocode?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
the difference between new and malloc
c++ program to swap the objects of two different classes
What is difference between function overloading and overriding?
What is a superclass in oop?