shivanand


{ City } newdelhi
< Country > india
* Profession * student
User No # 3141
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 343
Users Marked my Answers as Wrong # 117
Questions / { shivanand }
Questions Answers Category Views Company eMail




Answers / { shivanand }

Question { IBM, 194431 }

Difference between Overloading and Overriding?


Answer

The main difference between overloading and overriding is
that in overloading we can use same function name with
different parameters for multiple times for different tasks
with on a class.
and overriding means we can use same name fiunction name
with same parameters of the base class in the derived class.
this is also called as reusability of code in the programme.

Is This Answer Correct ?    312 Yes 67 No

Question { Infosys, 19030 }

What are the main differences between procedure oriented
languages and object oriented languages?


Answer

procedure oriented language doesnot support oops.
object oriented languages support opps concept.

Is This Answer Correct ?    31 Yes 50 No