Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » 技术文章库  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
langhua983





发贴: 17
积分: 0
于 2006-01-08 14:40 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list


本人也是先学C++一些基础的

学的也是为了认识面向对象的概念

不过JAVA这语言太不好学了呀
要求的类太多了
也太死板了语法
都固定了呀



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
征服者





发贴: 9
积分: 0
于 2006-01-09 15:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
真的是很不错! 我想作者是个爱动脑筋的人,思维很细腻.感谢楼主,我对面向对象和面向过程的概念又深了一层....


作者 Re:[转帖]面向对象的思维方法 [Re:lyc105]
kylin





发贴: 61
积分: 0
于 2006-01-20 15:42 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
lyc105 wrote:
/*我可以用ArrayList来表达用户列表,因为ArrayList也实现了Iterator,当然我也可以自己专门写一个类来存放用户列表,只要实现next()和hasNext()方法就行了。*/
这段话我还是有点不大懂,楼主或者哪位仁兄可以解释一下吗?先谢了


因为Iterator中的next()方法返回的类型是Object,要知道java中所有的类都是继承Object的,所以如果继承了Iterator类,可以根据实际情况让next()返回合适的包含用户列表内容的类,



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
eqq2002





发贴: 22
积分: 0
于 2006-02-07 15:48 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
可否不要这么快的结贴
我看TIJ,得出的对OOP的粗浅理解是代码的重用性。
类的设计,必然能重用代码,重用代码,就得考虑client programmer的想法,
类的设计,必然能方便维护,同时有不必改变client program.
多交流。
楼主的观点是个不错的角度



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
sunleef





发贴: 1
积分: 0
于 2006-02-21 17:05 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
看了一些java的书,但是没怎么明白oop的具体含义,这篇文章让我茅塞顿开,谢谢!Big Smile


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
wyf_521125





发贴: 1
积分: 0
于 2006-03-12 04:42 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
感谢楼主讲解



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
我所爱

人啊!真累。



发贴: 24
积分: 0
于 2006-04-01 16:55 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
道出了00p编程的精髓!这种思想是需要在实践中磨练的啊!


[img]http://list.mp3.baidu.com/list/images/tupic/funny_egaosucai01.jpg[/img]
********************
**** 我思故我在****
*******************

作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
仗剑游侠





发贴: 4
积分: 0
于 2006-06-23 18:02 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我也是刚刚学习JAVA,感觉面向对象的设计方法刚开始真的有点难懂,关键是头脑里难以建立起面向对象的概念,而且对类,对象,方法的概念总感觉难接受,今天看了这篇文章,大呼过瘾,我非常感谢中国JAVA网上有这么精辟的文章登出来,更要感谢楼主写出这么好的文章,谢谢了!
我会随时向楼主请教,不知是否愿意?



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
dybjsun





发贴: 1
积分: 0
于 2006-06-26 10:58 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
有这么严重吗?不就是面向对象啊。


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
重庆崽儿





发贴: 1
积分: 0
于 2006-07-23 11:42 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
迷惑中的人。
谢谢楼主



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
随风之幻





发贴: 3
积分: 0
于 2006-08-11 00:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Thank you for your very good article.Often I thought the method when
makeing java programs.The end,it was over with no end.Haven read this
passage,I know what I should do when programming.it is a kind of thougt--oop.

I will put the classic passage away.thank you.



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
flowerpig





发贴: 1
积分: 0
于 2006-08-12 15:10 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
以后要天天与java为伍了。


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
leibird





发贴: 2
积分: 0
于 2006-08-22 08:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
真的是受益非浅啊。
从实践出发写出来的东东,就是和有些书上纯理论的东东不同。



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
sunxiaoming





发贴: 21
积分: 0
于 2006-09-26 23:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
学习中!!!
高人!!



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
hushipeng





发贴: 1
积分: 0
于 2006-10-10 15:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
思路很不错,加深了我的思维方法,谢谢!


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
jamesjava





发贴: 2
积分: 0
于 2006-11-06 00:00 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
说得很有道理。自己得好好加油。


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
luolixin





发贴: 1
积分: 0
于 2006-11-16 01:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
听君一席话,胜读十年书。我只能这样表达了


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
Revolution





发贴: 14
积分: 0
于 2006-11-16 09:22 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
相当不错 哈 我是新人 给我很的的启发


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
Revolution





发贴: 14
积分: 0
于 2006-11-16 09:22 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
相当不错 哈 我是新人 给我很的的启发


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
ka43333





发贴: 3
积分: 0
于 2006-11-23 22:10 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
简洁的语言,深刻的道理,谢谢楼主


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
john31





发贴: 2
积分: 0
于 2006-11-27 08:53 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
楼主是文章无疑是黑暗中的一盏明灯,给在黑暗中摸索的我指明了方向,非常感谢。Smile


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
yuejun923





发贴: 6
积分: 0
于 2006-12-11 22:47 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
一个字,好!
还是一个字,顶!



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
yuejun923





发贴: 6
积分: 0
于 2006-12-11 22:47 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
一个字,好!
还是一个字,顶!



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
nanshanwentao





发贴: 4
积分: 0
于 2007-01-15 04:43 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我们站在巨人的肩上,感谢巨人


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
cysky





发贴: 3
积分: 0
于 2007-02-09 15:11 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
内容不错的,说明很在理,能够接受这个面向对象思想后才能学好java


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
sexyche





发贴: 1
积分: 0
于 2007-03-13 07:33 user profilesend a private message to usersend email to sexychesearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是个新手感觉对程序设计很迷茫啊。


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
yangqw010





发贴: 5
积分: 0
于 2007-03-26 03:40 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
又把这篇文章看了
的确写得不错
还是很有收获
收藏到我的空间中



作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
zfpei168





发贴: 3
积分: 0
于 2008-02-24 06:14 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
言之有理。支持楼主。


作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
Happy漫步者





发贴: 28
积分: 5
于 2008-03-08 14:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
虽然是老帖了 但也讲解的很不错 希望更多经典的帖子出现 支持!


Happy漫步者花园 当我们失去的时候,才知道自己曾经拥有过
作者 Re:[转帖]面向对象的思维方法 [Re:yekai]
bzkfn





发贴: 1
积分: 0
于 2008-03-19 11:09 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
讲的非常好,非常到位。我接触java快一年了,刚开始用java写程序的时候,老是想着代码如何实现的问题,显得思路非常的混乱;每次开会的时候项目经理总是语重心长的说:“每次都要我把你们的思路往上拽”。看了楼主这篇文章确实有了不小的收获,是呀,为什么我们不能站的更高一点看问题呢?忠心的感谢楼主!


go to first page go to previous page  1   2  go to next page go to last page

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923