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
explain sub-type and sub class? atleast u have differ it into 4 points?
What is object and class in oops?
What is destructor example?
What is polymorphism and why is it important?
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.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is solid in oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Write a c++ program to display pass and fail for three student using static member function
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.
What are constructors in oop?
What are different oops concepts?
How do you define a class in oop?
Why do we use class?
What is destructor in oop?