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

Answer Posted / mallikharjuna

object is a real world entity.
class is a blueprint of object

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the different types of qualifier in java?

1840


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

1636


Which language is pure oop?

545


What is encapsulation and abstraction? How are they implemented in C++?

635


What is encapsulation in oop?

601






How is polymorphism achieved?

583


What is the difference between procedural programming and oops?

550


Explain the advantages of inheritance.

670


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.

693


Write a program to sort the number with different sorts in one program ??

1914


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3825


What are the benefits of polymorphism?

619


What is polymorphism what are the different types of polymorphism?

561


What is the full form of oops?

607


what are the realtime excercises in C++?

2333