由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - constructor 不是不能用void返回类型标示的么?
相关主题
问题征解how to copy an Object?
问个基本问题继续问土问题
有熟悉Java Reflection的吗copy constructor都什么时候be called啊
一道java题basic java question
Re: In need of an implemetation of Tree structure.anonymous innerclass reflection question
请推荐JAVA DATA STRUCTURE 的书Weblogic 8.1又一个问题---应该是有关JDBC的
leetcode请教: time complexyThe right way to create new Exception
2 Questions about Constructorwho can help me with this dummy Question??
相关话题的讨论汇总
话题: void话题: linklist话题: 标示话题: structures
进入Java版参与讨论
1 (共1页)
m******u
发帖数: 12400
1
这个constructor怎么用了void?
public void LinkList() // constructor
{
first = null; // no items on list yet }
------摘自《data structures and algorithms in java》 2nd edition chapter 5
linkList
b******y
发帖数: 9224
2
那个不是一个constructor. It's just a method that happens to share a name
with its class.
b******y
发帖数: 9224
3
另外,我多年计算机编程的一个体会是,你得敢于challenge你自己的假设。没有搞清
楚问题之前,不要make assumptions, 因为往往自己make的assumption是有问题的。
dubugging也一样的道理。
g*****g
发帖数: 34805
4
Bad design though.

【在 b******y 的大作中提到】
: 那个不是一个constructor. It's just a method that happens to share a name
: with its class.

b******y
发帖数: 9224
5

haha, true, true, true... whatzzzup... ;-)

【在 g*****g 的大作中提到】
: Bad design though.
1 (共1页)
进入Java版参与讨论
相关主题
who can help me with this dummy Question??Re: In need of an implemetation of Tree structure.
怎样用class的string type name 动态生成object? 请推荐JAVA DATA STRUCTURE 的书
Comparator Accessor method for SortedSetleetcode请教: time complexy
超级初级问题ArrayList2 Questions about Constructor
问题征解how to copy an Object?
问个基本问题继续问土问题
有熟悉Java Reflection的吗copy constructor都什么时候be called啊
一道java题basic java question
相关话题的讨论汇总
话题: void话题: linklist话题: 标示话题: structures