what is the main difference between c and c++?
Answer Posted / sachin rajput
1)c is more faster than c++.
2)c is top to bottom but c++ vice-versa.
3)c is based on pops concepts but c++ is based on oops concepts.
4)c++ is secure language but c is not.
5)emphasis is on data rather than procedure in c++ but in case of c it is just opposite.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Can we define a class within the interface?
What is oops and its features?
What is a class and object?
What is abstraction encapsulation?
What are classes oop?
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's the basic's in dot net
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?
Write a c++ program to display pass and fail for three student using static member function
Can we have inheritance without polymorphism?
What is difference between data abstraction and encapsulation?
What is polymorphism in oops with example?
What is encapsulation oop?
What is the benefit of oop?
What do you mean by Encapsulation?