In OverLoading concept,Why they are not consider return
value and why they are consider only parameters in method?
For ex: public int Add(int a,int b){...}
public String Add(int a,int b){...}
Answer / brunda r
Because, if at all the return value is same then compiler
should identify the functions by their parameters.
| Is This Answer Correct ? | 0 Yes | 2 No |
Plese get me a perfect C++ program for railway/airway reservation with all details.
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
define oops concept with example
What is the highest level of cohesion?
hi all..i want to know oops concepts clearly can any1 explain??
What are the four main oops concepts?
which is platform independent device used in computers
Why do pointers exist?
what is the technical or oop name of object?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is solid in oops?