Difference between Overloading and Overriding?

Answer Posted / ramesh pedhamalla

Overloading is compile time binding, where as overriding is
dynamic binding.....

Is This Answer Correct ?    112 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2779


What is oops in c++?

825


Explain what you mean by a pointer.

891


Can turbo c++ run c program?

857


Why ctype h is used in c++?

741


Is java the same as c++?

769


Differentiate between the message and method in c++?

843


What is the difference between function overloading and operator overloading?

809


List different attributes in C++?

857


Why do we need c++?

815


How many static variables are created if you put one static member into a template class definition?

793


Why is c++ not purely object oriented?

797


What things would you remember while making an interface?

794


What is a responder chain?

823


What are the sizes and ranges of the basic c++ data types?

831