writing Implements keyword in the line following the class name
-
2012年3月11日 20:00
Hello All,
why we must write Implements keyword in the line following the class name
ex.Public Class Developers Implements IEmployee
thanks all,
すべての返信
-
2012年3月11日 22:07
You only must write it if you want to implement the IEmployee interface. If you don't want to implement that interface, then don't write it.
If you want a language with less keywords, migrate to C#.
Jose R. MCP
- 回答としてマーク Lie YouModerator 2012年3月19日 5:09
-
2012年3月12日 15:25
Inconsistency.
It's on a separate line for class headers, but on the same line for methods - no other reason than inconsistency.
Convert between VB, C#, C++, & Java (http://www.tangiblesoftwaresolutions.com)
- 回答としてマーク Lie YouModerator 2012年3月19日 5:09

