EMBEDDED PROGRAMMING IN
C, C++ and JAVA:
Lesson-9: Object Oriented
Language and Embedded
Programming in C++
Chapter7 L9: "Embedded Systems - Architecture, Prorgamming and Design",
2015 1
Raj Kamal, Publs.: McGraw-Hill Education
, Object-oriented language features
defining of the object or set of
objects, which are common to similar
objects within a program and
between the many programs,
Chapter7 L9: "Embedded Systems - Architecture, Prorgamming and Design",
2015 2
Raj Kamal, Publs.: McGraw-Hill Education
, Object-oriented language features
defining the methods that manipulate
the objects without modifying their
definitions, and
creation of multiple instances of the
defined object or set of objects or
new objects
Chapter7 L9: "Embedded Systems - Architecture, Prorgamming and Design",
2015 3
Raj Kamal, Publs.: McGraw-Hill Education