Chapter 14 Topics Structured Programming vS Object-Oriented Programming Using Inheritance to Create a New C++ class Type Using Composition( Containment) to Create a New C++ class Type Static vs Dynamic Binding of Operations to Objects
SUBROUTINE NAMEAGE(NAME, NLEN, AGE, TEMP) CHARACTER*(*)NAME 工 NTEGER NLEN,AGE REAL TEMP WRITE(6, 1000) NAME(1: NLEN), AGE, TEMP 1000 FORMAT (IX, 'Hello,A,, who is, I2 ears old, has a temperature of RETURN