what is the main difference between c and c++?
Answer Posted / aliraza
c language could not any return value and c++ return value
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
hi all..i want to know oops concepts clearly can any1 explain??
What is the use of oops?
Can a destructor be called directly?
What is overriding in oops?
What is the types of inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is advantage of inheritance?
What is abstract class in oops?
Why do we use encapsulation in oops?
What does no cap mean?
Why is oop useful?
What polymorphism means?
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?