what is the main difference between c and c++?
Answer Posted / tarun
c is a computer pragraming language
c++ is the more depper than computer programming
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why oops is important?
Why do we use oops?
What is polymorphism what are the different types of polymorphism?
Can an interface inherit a class?
What makes a language oop?
What is overriding vs overloading?
What is debug class?what is trace class? What differences are between them? With examples.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
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 different between oops and c++
What does and I oop mean in text?
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.
Can you explain polymorphism?
What causes polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)