What are the OOPS concepts?

Answer Posted / nikky

OOPS concepts are:

CLASS
OBJECT
ABSTRACTION
ENCAPSULATION
INHERITANCE
POLYMORTHISM

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain sub-type and sub class? atleast u have differ it into 4 points?

2060


What is object and class in oops?

812


What is destructor example?

792


What is polymorphism and why is it important?

803


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

971


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2079


What is solid in oops?

825


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2304


Write a c++ program to display pass and fail for three student using static member function

3117


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1725


What are constructors in oop?

815


What are different oops concepts?

795


How do you define a class in oop?

880


Why do we use class?

843


What is destructor in oop?

812