Introduction: In this article,i am going to explain about some of oops concepts like Objects,classes,Data abstraction,Encapsulation Inheritance,Polymorphism,Constructors,Destructors. Main: OOPs It is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand. Concepts [...]
Category Archives: C#
Objects classes Data abstraction Encapsulation Inheritance Polymorphism Constructors Destructors
Posted by on October 28, 2010
5 comments
Understanding Using Coding Programming Partial Classes Types Methods Asp.Net C#
Posted by on October 17, 2010
0 comments
Introduction: In this article,i am going to explain about the use of partial keyword in c# object oriented applications. Main: C# 2005 introduces a new type modifer named partial that allows you to define a C# type across multiple *.cs files. Earlier versions of the C# programming language required all code for a given type [...]