![]() |
#16 |
Участник
|
2macklakov:
Цитата:
Изначально опубликовано macklakov
"...Object is the base class that all other classes are derived from. This means that assignment of an object of any class to a variable of class "object" is always valid, and that the methods in cass Object can be called for any object..." перевожу: a_method{ ClassA a; Object obj; ; a = new ClassA(); obj = a; obj..setTimeOut("a_method", 1000, false); } Вот. С уважением, программист группы компаний "Счастливый Кроха". |
|