What are the OOPS concepts?
Answer Posted / komichi
The basic OOP concepts are:
1. Data abstraction
2. Data encapsulation
3. Inheritance
4. Polymorphism
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism used?
What is this pointer in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is persistence in oop?
Why do we need oop?
What are two types of polymorphism?
Why we use classes in oop?
what is graphics
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?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What language is oop?
What is encapsulation selenium?
What is the difference between abstraction and polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is static modifier?