How did you implemented classes in your project?



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

Post New Answer

More C Sharp Interview Questions

In which situation(s), the use of "Delegate" is a good idea?

0 Answers   MCN Solutions,


What exactly happens when we debug and build the program?

0 Answers  


What is trim in c#?

0 Answers  


In C#, explain the difference between overloading and overriding.

0 Answers   Accenture,


What are lambda expressions used for?

1 Answers  






how to access the virtual method without creating the objet for the virtual method?

1 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


what are the best design patterns for C#.Net?

1 Answers  


1. What is lazy loading? 2. What is delay signing? 3. How to transfer view object to presenter in MVP? 4. How to create a generic class? 5. What is Ajax object? 6. What is explicit interface implementation? 7. I1, I2 interfaces have same methods (say PrintName) explicitly implemented in class C1. Now how to call PrintName method from I1? 8. I have a list of Customers. List the customer with maximum orders using LINQ.

1 Answers   Aptron, Volvo,


What are strongly typed objects?

0 Answers  


What is interface inheritance?

0 Answers  


Why delegates are required?

0 Answers  


Categories