Answer Posted / pavitra.m.s
Abstraction refers to the attributes of an object that
clearly demarcates it from other objects.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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 coupling in oops?
hi all..i want to know oops concepts clearly can any1 explain??
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.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How to use CMutex, CSemaphore in VC++ MFC
What is the real life example of polymorphism?
What is polymorphism give a real life example?
What are constructors in oop?
What is the example of polymorphism?
What is multilevel inheritance in oop?
Why multiple inheritance is not allowed?
Why polymorphism is used in oops?
What is the main feature of oop?
Are polymorphisms mutations?