What are the OOPS concepts?
Answer Posted / rafi ahmed
Object orientation is a software development methodology
that is based on modeling a real-world system.
An object oriented program consists of classes and objects.
Core Component of object oriented programming.
1)encapsulation
2)abstraction
3)inheritance
4)polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
i got a backdoor offer in process global,Bangalore..Can i work with it?
What are the 3 pillars of oop?
What is balance factor?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is abstraction needed?
What is constructor in oop?
How to call a non virtual function in the derived class by using base class pointer
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
#include
What type of loop is a for loop?
What is abstraction in oops?
What is encapsulation oop?
c++ program to swap the objects of two different classes