what is the main difference between c and c++?
Answer Posted / mukavi
c has no special symbol but c++ have a 2 special symbol is + +.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
#include
What is polymorphism what is it for and how is it used?
What is the use of oops?
How to hide the base class functionality in Inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Write a program to sort the number with different sorts in one program ??
What makes a language oop?
How many human genes are polymorphic?
What is the purpose of enum?
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 are the two different types of polymorphism?
what is graphics
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is abstraction oop?
Why multiple inheritance is not allowed?