TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
How to write an object oriented program that doesn't suck
2 点
作者
mnmlsm
超过 8 年前
1 comment
ThalesX
超过 8 年前
Don't want to nitpick but:<p><pre><code> /* -- */ private int _accountType; /* -- */ if (_accountType == "SavingsAccount") /* -- */ </code></pre> String to Int.