Answer Posted / nishanthi
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments,
may or may not be same return type written in the same
class itself.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
program for insertion ,deletion,sorting in double link list
What is a null tree?
What is encapsulation in ict?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
When not to use object oriented programming?
c++ program to swap the objects of two different classes
officer say me - i am offered to a smoking , then what can you say
What are the data types in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What are the important components of cohesion?
Why is abstraction needed?
How to use CMutex, CSemaphore in VC++ MFC
Can private class be inherited?
what is difference between class template and template class?
What are oops methods?