Answer Posted / sudhir sheoran
It will give compilation error because virtual functions
can't be private.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why are dynamic link library used over static one?
Overloaded constructor will call default constructor internally?
Why generics are used?
What are the different ways of method can be overloaded?
What are the different types of constructors?
What is managed or unmanaged code?
What is encapsulation in csharp?
What is pure abstract class in c#?
What is a factory in c#?
What's c# ?
What is the difference between throw and throw ex?
What does void mean in c#?
Can a struct inherit from an interface in c#?
What is assembly and dll in c#?
What is an actual parameter?