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
What is the difference between new() and malloc()?
What is the use of class in c++?
How a modifier is similar to mutator?
How static variables and local variablesare similar and dissimilar?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
What is pointer in c++ with example?
What are the various storage classes in C++?
Explain mutable storage class specifier.
Explain the concept of friend function in c++?
Explain bubble sorting.
Name the debugging methods that are used to solve problems?
Is swift better than c++?
What is abstraction in c++ with example?
Give 10 points of differences between C & C++.
What is tellg () in c++?