what is the main difference between c and c++?
Answer Posted / himanshu sharma
in c data does not flow around the system eaisly
in c++ data flow around the system very eaisly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is interface? When and where is it used?
Write a c++ program to display pass and fail for three student using static member function
What do you mean by Encapsulation?
class type to basic type conversion
Why is static class not inherited?
What are oops functions?
what are the ways in which a constructors can be called?
What is an advantage of polymorphism?
Why is oop better than procedural?
What is data binding in oops?
What is new keyword in oops?
What is the difference between encapsulation and polymorphism?
Can a varargs method be overloaded?
What do you mean by variable?
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?