Difference between Overloading and Overriding?
Answer Posted / akash monga
overloading is just brain cracker and overridding is more difficult than overloading and if u agree with me than plz mail at Ak47monga@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's the order in which the objects in an array are destructed?
How many different levels of pointers are there?
What are built-in functions? What is the syntax for the definition?
What is the syntax for a for loop?
What are static variables?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is purpose of new operator?
Implement stack operations with pointers with appropriate exception checks.
Where do I find the current c or c++ standard documents?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What are protected members in c++?
What is abstract keyword in c++?
What is operators in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Is overriding possible in c++?