WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / deepika
object is the real world entity and it is the instance of a
class.
collection of objects is known as class. all the objects
which belongs to the same class share same properties and
common behaviour.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is abstraction with example?
What is coupling in oops?
officer say me - i am offered to a smoking , then what can you say
What is multilevel inheritance explain with example?
What is the significance of classes in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Please send ford technologies placement paper 2 my mail id
Why do while loop is used?
What is static in oop?
what is difference between class template and template class?
Whats is abstraction in oops?
What is object in oop with example?
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.