what is the main difference between c and c++?
Answer Posted / daphne
operator overloading is supported in c++
c does not support operator overloading
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oops?
What is overriding in oop?
What is encapsulation oop?
Why do while loop is used?
What is inheritance write a program to show use of inheritance?
How to hide the base class functionality in Inheritance?
What is the benefit of oop?
Why is object oriented programming so hard?
What is stream in oop?
Why is destructor used?
What is multilevel inheritance in oop?
Can static class have constructor?
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 type of question are asked in thoughtworks pair programming round ?
What is constructor in oop?