9. Oop-Class A has m1 metthode Class B has m1 metthode and
C is the calss that inharits A class, A class inharits B
class. If Object dim c as new A() c.m1(), Tell me which
mettode of class will call
Answer Posted / taipi88
If Class A inherits from Class B, but has a own Method M1,
M1 from Class A overrides M1 of Class B.
If Class A only has a M1 Method by inheriting from Class B, B.M1 will Be
called. Class C doesn't Play any Roll in this scenario.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
State the different levels of exceptional safety?
Are there any third party logging components available?
Different types of authentication modes in .net framework ?
Explain the race around condition? : .NET Architecture
What does this do? Gacutil /l | find /i "corillian"
Explain .net mobile automatic paging? : Microsoft dot net mobile
Explain about generation?
What are the five stages in a dlx pipeline? : Dot net architecture
What is a service class?
How is the using() pattern useful? What is idisposable?
Explain difference between inprocess vs out process session state? : .NET Architecture
Define a managed code? : Dot net architecture
What is a managed code? : Dot net architecture
How does .net mobile work? : Microsoft dot net mobile
How do you handle this COM components developed in other programming languages in .NET?