It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
What are the oops concepts avaliable in C#?
Buddy, all the OOPs consepts are available in c# but with an advanced version...
* Inheritance
* Encapsulation
* Abstraction
* Polymorphism
Everything that you would need, in C# way of course.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
can anyone give me short & simple code in c# to understand the MVP pattern? please help. thanks
read this: What are MVP-Passive View and MVP-Supervising controller
and here's C# sample code with good description
http://codebetter.com/jeremymiller/2007/05/25/build-you-own-cab-part-3-the-supervising-controller-pattern/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
As the titles says. What is a dependent property in silverlight/wpf.
There is no such thing in C#. I guess you are talking about dependency properties, which are a WPF concept. See Dependent properties and MSDN.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Can we say generics are form of polymorphism?
Yes, generics are a form of parametric polymorphism.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Can u give a real sample scenario using OOP structure for developing programs.
Would appreciate your response.
Thank you,
OOP principle - program to interfaces
What does "program to interfaces, not implementations" mean?
For more of OOAD, read this book. It explains majority OOAD principles and techniques very well.
(source: headfirstlabs.com)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
What is COM..?/
that is a very general question, so not easily to answer. You might want to give more details about what you are looking for.
COM means Component Object Model. There is a long article on Wikipedia: http://en.wikipedia.org/wiki/Component_Object_Model