Answer Posted / anuj tiwari
An object is any thing that exists in and occupies space in storage and on which operation can be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Explain virtual inheritance?
What is pure oop?
How do you use inheritance in unity?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Where You Can Use Interface in your Project
Whats is abstraction in oops?
What are the 5 oop principles?
What is the difference between a mixin and inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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.
What is overriding in oop?
What is difference between data abstraction and encapsulation?
What is inheritance and how many types of inheritance?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)