what is the main difference between c and c++?
Answer Posted / mahila
c is procedural language, but c++ is object oriented language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 type of questions
What is inheritance and how many types of inheritance?
How do you define a class in oop?
to find out the minimum of two integer number of two different classes using friend function
What is encapsulation selenium?
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?
What is polymorphism give a real life example?
What are the two different types of polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are two types of polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the importance of oop?
Which is not an object oriented programming language?
What does enum stand for?