sunidrak
Full Member level 1
- Joined
- Apr 12, 2012
- Messages
- 97
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- Bengaluru, India
- Activity points
- 1,738
hi
Can any plz tell what does this means and what is the difference?
class base;
task print();
.......
endtask
endclass
and
class base;
task print;
.......
endtask
endclass[/FONT
i.e use of (); in coding
Regards
Sunil
Can any plz tell what does this means and what is the difference?
class base;
task print();
.......
endtask
endclass
and
class base;
task print;
.......
endtask
endclass[/FONT
i.e use of (); in coding
Regards
Sunil