How did you implemented classes in your project?
Answer / mohammed fareed
This is frequently asking question in all level of
companies, So, the candidate boldly can say that, a project
developed under MVC- Model View Controller design pattern
classes are implemented, or a simple web application that
has Presentation Layer, Business Layer, Data Layer we need
to have classes without which we cannot develop the
application, or even a simple web application if we want to
have some methods to update database level we need a class.
Is This Answer Correct ? | 5 Yes | 2 No |
Do extension methods have to be static?
What is a proxy of the server object in .NET Remoting?
In which order the constructor is called for an inherited class?
What is task parallel library?
What is Satellite Assemblies ?
What is the difference between protected and private?
What is an escape sequence? Name some string escape sequences in c#.
What is data binding with example?
What is the difference between delegates and events in c#?
Where is the output of TextWriterTraceListener redirected?
What is the difference between readonly and const
What are the fundamental principles of oo programming?