What is the base type from which all structs inherit directly?



What is the base type from which all structs inherit directly?..

Answer / Girija Shankar Mishra

ValueType is the base type that all structs inherit directly in .NET. Structures are value types, and they inherit from the 'System.ValueType' class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

Are constructors inherited? Can a subclass call the parent's class constructor? When?

1 Answers  


What are associative classes?

3 Answers   InfoAxon Technologies, Protech,


What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

1 Answers  


What is abstract method?

1 Answers  


What is a constructor in class?

1 Answers  


How a program can be structured using the concept of object oriented programming?

1 Answers  


Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?

1 Answers  


What is multiple inheritance? How java 8 supports multiple inheritance?

1 Answers  


What is meant by “abstract interface”?

1 Answers  


What is overriding?

1 Answers   MindCracker,


How can I be thrown polymorphically?

1 Answers  


What is the difference between static and dynamic Classificaition.Give some examples.

1 Answers   InfoAxon Technologies, Protech, Wipro,


Categories