What are the OOPS concepts?
Answer Posted / ashish
OOPS is the object oriented programming,which connect object to the real world entity. basically it depends on 4 concept.
1. Abstraction.
2. Encapsulation.
3. Polymorphism.
4. Inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the three parts of a simple empty class?
Can a varargs method be overloaded?
What is the fundamental idea of oop?
What is purpose of inheritance?
Why multiple inheritance is not allowed?
What exactly is polymorphism?
What is object in oops?
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 polymorphism used for?
How oops is better than procedural?
What is a function in oop?
#include
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are the 3 pillars of oop?
What do you mean by overloading?