Answer Posted / saqib
set of rules for programmers to write set of instructions
to program. there are few famous in-use practices available
like singleton and design patterns have their own
advantages and disadvantages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is assemblies in .net?
Explain code access security.
Please explain what are an inheritance, polymorphism, and encapsulation?
Which namespace is used to support multithearding in .NET?
What is common language specification (cls)?
Tell about your technical profile ?
What is reflection in microsoft .net context?
What is a windows process in .net?
What is the advantage of .net core?
How can I find out what the garbage collector is doing?
Explain me why do we use msmq?
What is the difference between boxing and unboxing?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Can I write il programs directly?