+ 4

Hello . What the meaning of (abstract) in c# ?

21st Aug 2017, 11:03 AM
‎salarnoori
‎salarnoori - avatar
3 ответов
+ 2
Abstract keyword in this context only makes sense when talking about classes. A class is abstract if it cannot be instantiated. This type of class cannot contain attributes(data), but it can contain methods(functions). They are mainly used as base classes for other classes. They are similar to interfaces, but has some different properties.
21st Aug 2017, 1:11 PM
Bebida Roja
Bebida Roja - avatar
+ 2
thanks
21st Aug 2017, 7:23 PM
‎salarnoori
‎salarnoori - avatar
0
how i can use anonymos class or interface in abestract class? ther is heap or stak?
8th Sep 2017, 12:22 PM
Rahman Sadeghi
Rahman Sadeghi - avatar