Danh mục

Lecture 3: Object Oriented Programming

Số trang: 23      Loại file: ppt      Dung lượng: 82.00 KB      Lượt xem: 14      Lượt tải: 0    
tailieu_vip

Xem trước 3 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Body sun = new Body( ); An object is created by the new methodThe runtime system will allocate enough memory to store the new objectIf no enough space, the automatic garbage collector will reclaim space from other no longer used objects. If there is still no enough space, then an OutOfMemoryError exception will be thrownNo need to delete explicitly
Nội dung trích xuất từ tài liệu:
Lecture 3: Object Oriented Programming

Tài liệu được xem nhiều: