what is the difference between class and structure in C++?
Answer Posted / navneet kaur
c is a procedure oriented language but c++ is a object
oriented language.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Why do we use oops?
What is polymorphism give a real life example?
What is a null tree?
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.
Is data hiding and abstraction same?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
what's the basic's in dot net
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is difference between pop and oop?
State what is encapsulation and friend function?
How to use CMutex, CSemaphore in VC++ MFC
What is polymorphism explain?
What is polymorphism and why is it important?
Why is there no multiple inheritance?
What are the 4 pillars of oop?