2. I've a class Parent Class A and a Derived Class B. Here
is a scenario.
I've an instance of Class A as objA and an instance of Class
B as objB.
I can refer a child class variable as objB=objA, but
cannot do objA=objB what is the reason?
Answer Posted / gopal
Here ObjA is Base Class and ObjB is Derived Class.
In Inheritence Process Derived class Will get the all
features of Base Class.
because objB=O=objA Is COrrect
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Com Callable wrapper?when it will created?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Can you explain scriptmanager control?
Explain the difference between state server and sqlserver : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
Explain the race around condition? : .NET Architecture
State the different levels of exceptional safety?
Name some changes done since version 3.0?
Explain the types of memory management? : Dot net architecture
What is the importance of updatepanel control?
What are the main Tools to develop .Net Application?
What are different types that a variable can be defined and their scopes ?
Use of Enable view state ? if turn off what happen ?
Explain about metadata?
4. Wcf- what Asych and Sych call and how that works