Learn how to work with Interfaces using C#
In order to rectify the drawback of multiple inheritance, creators of C# have introduced a new concept called Interfaces. Java programmers may be well aware of this concept.
Categories: Programming Tags: briefly about c# and c# tools, c sharp compiler download, C#, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, inheritance, interfaces, multiform application in C#.Net, multiple inheritance
Understanding Inheritance using C#
The relationship between two or more classes is termed as Inheritance in an Object – Oriented Programming language. Normally there will be one class, from which the other classes may derive.
Categories: Programming Tags: abstract class, briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, inheritance, multiform application in C#.Net, sealed class
Undertanding Arrays & Inheritance using Java
An Array is a similar data- type with similar values. In Java, arrays can only be of a single type like Integers, Strings, Float, Double and so on.
Categories: Programming Tags: arrays, briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, inheritance, Java, multiform application in C#.Net