Can you please explain the difference between overloading and overriding?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,


What is the use of c++ programming language in real life?

0 Answers  


What is one dimensional array in c++?

0 Answers  


How to declare a function pointer?

0 Answers  






How should runtime errors be handled in c++?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


What is the size of integer variable?

0 Answers  


What are the different types of comments allowed in c++?

0 Answers  


What is virtual methods?

0 Answers  


Is overriding possible in c++?

0 Answers  


Explain how to initialize a const member data.

0 Answers  


Categories