Posts Tagged Mostenire
How to: Define Interfaces in VB.NET
Posted by marius.popa in VB.NET on March 23, 2010
The interface is a set of definitions of properties, methods and events. Unlike classes [...], interfaces do not contain the implementation. Interfaces are implemented [...] by classes, but are defined as separate entities.
A class that implement an interface must implement all elements defined in that interface.
Read the rest of this entry »
Definirea interfetelor in VB.NET
Posted by marius.popa in VB.NET on June 16, 2009
Interfata reprezinta o multime de definitii privind proprietati, metode si evenimente. Spre deosebire de clasele de obiecte [...], interfetele nu contin partea de implementare. Interfetele sunt implementate [...] de catre clasele de obiecte, dar se definesc ca entitati separate de acestea.
O clasa de obiecte care implementeaza o interfata trebuie sa implementeze toate elementele definite in acea interfata.
Read the rest of this entry »

in romanian
in english