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


Please Help Members By Posting Answers For Below Questions

What are the benefits of polymorphism?

861


What are the 4 pillars of oop?

887


What is the real life example of polymorphism?

851


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?

1811


What is pure oop?

848


What does it mean when someone says I oop?

809


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2130


What is polymorphism programming?

843


How do you define social class?

810


What is destructor example?

772


What are properties in oop?

808


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1634


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1889


What is oops concept with example?

766


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!!!)

1852