Vidyalelo
C# Programming · Q141

Classes and Objects in C Sharp

Programming · C# Programming · question 141

Q141

When we call a constructor method among different given constructors. We match the suitable constructor by matching the name of constructor first, then the number and then the type of parameters to decide which constructor is to be overloaded. The process is also known as?

A.
Method overriding
B.
Inheritance
C.
Polymorphism
Answer
D.
Encapsulation

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board