Interview Questions of Dot Net
Interview Questions of Dot Net
4) what is oops?
Ans- oops stand for object oriented programming system . in which program
are consider as collection as objects each object is nothing but instance of the
class.
5) what are the oops concept?
Ans- oops concept are class object we will write our program in structured
form in oops concepts like
polymorphism ,encapsulation ,inheritance,abstraction.
6) what is a class?
Ans- Class is simple representation of type of any object or a real world object
like pen,car etc. it is a blueprint or template that describe the details of the
object
8) what is an encapusulation?
Ans- encapsulation is the attribute and object and it contains all data which is
hidden .hidden data can be restricted to the member of that class.
Levelea are public, protect ,private ,internal and protected internal.
9) what is polymorphisms?
Ans- polymorphism is nothing but assigning behaviour and value in a sub class
was already declared in main class
27) what is the difference between stack and heap memory /what is
memory management in.net framework?
Ans- when we declared a variable in .net application it allocates some
memory in the RAM the memory which allocates in the RAM has 3
parts:
1-name of the variable
2-Data type of the variable
3- value of the variable
Stack is used for static memory allocation and heap for dynamic
memory allocation both stored in computer RAM
------------------------------------------------------------------------------------------------
Technical questions
1) What is the full form of sdlc?
Ans- software development life cycle it is a well known process that
provide quality software product for the software