How did you implemented classes in your project?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we use reflection in c#?
What is a constructor in c#?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Explain different properties of object oriented systems.
What do you mean by synchronous and asynchronous operations?
What is iqueryable in c#?
Is namespace a class?
Does c# provide copy constructor?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What is use of singleton class in c#?
Which sorting algorithm is best?
What are the concepts of dispose method?
In a memory when you Box and Unbox a value-type what happens?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Why c# is called c sharp?