In which cases you use override and new base?
Answers were Sorted based on User's Feedback
Answer / naveen goud
It is used to ovveride superclass method.Suppose in super
calss we had a method getEmployee() in the subclass am
overriding it and am giving the new implementation.Means am
just giving new implementation instead of using the same
implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is virtual function?
how to find no of instances of an object in .NET?
What are the components of marker interface?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is object and class in oops?
class type to basic type conversion
explain dynamic binding by drowing
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
what is the difference between class to class type conversion and copy constructor ?
what is new modifier in C#
what is mean by design pattern