what is the main difference between c and c++?
Answer Posted / arti chalotra
we have not templets in C but we have templetes in C++.
C++ is the advanced version of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
Get me an image implementation program.
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.
Why do we use polymorphism in oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is abstraction with example?
What is new keyword in oops?
What is overloading and its types?
What polymorphism means?
Can we define a class within the interface?
What is abstraction in oops with example?
Are polymorphisms mutations?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does no cap mean?
What causes polymorphism?