WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

Answer Posted / hareesh d

Object :is a one which contains both data and member functions
class:which contains group of objects

Is This Answer Correct ?    16 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor give example?

595


What is the difference between abstraction and polymorphism?

604


What is meant by oops concept?

600


What does I oop mean?

609


Can you explain polymorphism?

576






Can private class be inherited?

611


What is oops and its features?

575


What is static modifier?

625


Why is encapsulation used?

569


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.

687


What is the important feature of inheritance?

627


What is abstraction in oop?

625


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.

1446


What do you mean by abstraction?

603


What is destructor example?

591