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 ? | 24 Yes | 3 No |
Post New Answer View All Answers
Write a c++ program to display pass and fail for three student using static member function
What is solid in oops?
Can we define a class within the interface?
What is coupling in oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is pointer in oop?
What is for loop and its syntax?
Advantage and disadvantage of routing in telecom sector
What is interface? When and where is it used?
is there any choice in opting subjects like 4 out of 7
What is the use of oops?
Write a program to sort the number with different sorts in one program ??
Why do we use class?