代码搜索:object-oriented
找到约 4,167 项符合「object-oriented」的源代码
代码结果 4,167
www.eeworm.com/read/101019/15856785
cpp pgm0a_09.cpp
//
// This file contains the C++ code from Program A.9 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/285874/8806305
htm ei35.htm
Effective C++, 2E | Item 35: Make sure public inheritance models "isa" Back to Inheritance and Object-Oriented Design
Continue to Item 36: Differentiate between inheritance of interface and inheritan
www.eeworm.com/read/279234/10453176
pm linkedlist.pm
# Fig. 20.6: LinkedList.pm
# Object-oriented linked-list implementation.
use warnings;
use strict;
package ListNode; # start package ListNode
# ListNode constructor
sub new
{
my
www.eeworm.com/read/279032/10479525
htm ei35.htm
Effective C++, 2E | Item 35: Make sure public inheritance models "isa" Back to Inheritance and Object-Oriented Design
Continue to Item 36: Differentiate between inheritance of interface and inheritan
www.eeworm.com/read/196909/8049520
txt pgm0a_09.txt
#
# This file contains the Python code from Program A.9 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8049701
txt pgm0a_08.txt
#
# This file contains the Python code from Program A.8 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8049725
txt pgm0a_03.txt
#
# This file contains the Python code from Program A.3 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8049881
txt pgm0a_12.txt
#
# This file contains the Python code from Program A.12 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8049965
txt pgm0a_04.txt
#
# This file contains the Python code from Program A.4 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.