-
In a multilevel hierarchy how are the constructors are called
A) TopDownB) BottomUpC) None
-
-
Which of the following statements is not true for interfaces
A) Interface definitions does not have implementationB) Interfaces must be declared as publicC) Interfaces can be instantiatedD) Interface does not have constructorsExplanation: Interfaces can only be implemented by inheriting and they can not be instantiated
-
Which of the following statement is invalid with regards to constructor
A) Constructors should have the same name as class nameB) Constructors have to be public so that class can be instantiatedC) Constructors can not be overloadedExplanation: Constructors can be overloaded with different parameters
-
-
Which operator is used for TypeCasting
A) [ ]B) ( )C) TypeOf
-
-
C# Data Table Multiple Rows
You have multiple rows in C# data table and you have to save it in database using just one call, How will you do it?
String is an
Skill/Topic: BeginnerA) object typeB) reference type
Reference variable of Interface
It is possible to create the reference variable of an Interface which is 100% abstract in nature.Then why it is not possible to create a reference of an Abstract class?
The C# keyword int maps to which .NET type
A) System.Int16B) System.Int32C) System.Int64
Does C# support multiple inheritance?
Skill/Topic: IntermediateA) YesB) No
Properties in C#
What are properties in C#? What are the advantages of using Properties ?
Define reflection
What is reflection and assembly?
Which attribute you generally find on top of main method
A) [assembly]B) [ STA ]C) [ STAThread ]
Object Oriented and Object Based Language
Explain What are Object Oriented Language and Object Based Language
Ans