Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


myclass myobj = new myclass();
all of these
class myobj = myclass();
new obj = new ();

View Answer

Common Type system
Common Language Specification
.NET Framework Class Library
Common Language Runtime

View Answer

unnamed
anonymous
named
partial

View Answer

7.0
6.0
5.0
8.0

View Answer

Stack
Array
ArrayList
Queue

View Answer

delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);

View Answer

All of them
Partial
Anonymous
unnamed

View Answer

protected
public
private
abstract

View Answer

Common Type System(CTS)
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
Base Framework Classes

View Answer

.Net Framework Class Library
Common Language Runtime
Common Language Specification
Common Type System

View Answer