What are the OOPS concepts?
Answer Posted / vaibhav
In simple way,
The complex programming organizing in to simple structure by
using the concepts methodologies of,
Encapsulation
Abstraction
Polymorphism
Inheritance.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
What are the 4 pillars of oop?
What is the real life example of polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is pure oop?
What does it mean when someone says I oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is polymorphism programming?
How do you define social class?
What is destructor example?
What are properties in oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is oops concept with example?
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!!!)