Latest Interview Questions


What is a IL

Posted on 9/3/2017 (IST)

Answer:

(IL)Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL

(Common Intermediate Language). All .NET source code is compiled to IL. This IL is then

converted to machine code at the point where the software is installed, or at run-time by a Just-In-

Time (JIT) compiler.


Answer:

Value, and its datatype depends on whatever variable we’re changing.


Answer:

Place a colon and then the name of the base class. Notice that it’s double colon in C++.


Answer:

No, use interfaces instead.  


Answer:

Classes in the same namespace. 

Questions Archive