An overridden method can be in the same class a:-True b:-False
Manju lata Yadav
false
false we can't override method in same class
False
False. We cannot override methods in the same class, in the case of overload we can.
False,we cannot override method in same class.override method give in child class only
b: False it is overloaded if this method is in child class then only it will be overridden
a.true
False, You cannot override a method inside the same class. If you do that, it is called Overloading.