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
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.
What is oops in c++?
Explain what you mean by a pointer.
Can turbo c++ run c program?
Why ctype h is used in c++?
Is java the same as c++?
Differentiate between the message and method in c++?
What is the difference between function overloading and operator overloading?
List different attributes in C++?
Why do we need c++?
How many static variables are created if you put one static member into a template class definition?
Why is c++ not purely object oriented?
What things would you remember while making an interface?
What is a responder chain?
What are the sizes and ranges of the basic c++ data types?