Lecture Notes On Object Oriented Programming Using CPP
Advertisement
Lecture Notes On Object Oriented Programming Using CPP
Lecture Notes On Object Oriented Programming Using CPP
This note contains the following topics:
Introduction, Object Oriented Programming, Basic Concepts Of Objects Oriented
Programming, Benefits Of Oop, Tokens, Symbolic Constant, Operators, Control
Structures, Function Overloading, Class, Member Function, Nesting Of Member
Function, Array With Class, Static Data Me Mber, Friendly Functions, Returning
Objects, Constructors, Destructors, Type Conversion, Class To Basic Type,
Inheritance, Multilevel Inheritance, Hierarchical Inheritance, Virtual Base
Class, Polymorphism, Virtual Functions, Pure Virtual Functions, Exception
Handling, Array Reference Out Of Bound, Virtual Destructors, Namespaces.
Author(s): College of
Engineering and Technology, Bhubaneswar
This note contains the following topics:
Introduction, Object Oriented Programming, Basic Concepts Of Objects Oriented
Programming, Benefits Of Oop, Tokens, Symbolic Constant, Operators, Control
Structures, Function Overloading, Class, Member Function, Nesting Of Member
Function, Array With Class, Static Data Me Mber, Friendly Functions, Returning
Objects, Constructors, Destructors, Type Conversion, Class To Basic Type,
Inheritance, Multilevel Inheritance, Hierarchical Inheritance, Virtual Base
Class, Polymorphism, Virtual Functions, Pure Virtual Functions, Exception
Handling, Array Reference Out Of Bound, Virtual Destructors, Namespaces.
Author(s): College of
Engineering and Technology, Bhubaneswar
This note
covers the following topics: From Scheme to Java, Java Mechanics, Java Data
Types, Static Fields and the Singleton Pattern, Simple Graph Algorithms,
Object-Oriented Data Structures, Graphical User Interfaces, GUI Programming.
This
note explains the following topics: The Practice of Programming, Tools for
Working with Abstractions, Inheritance, Polymorphism, and Abstract Classes,
Interfaces, Nested Classes, and Other Details, Graphical User Interfaces in
JAVA, Generic Programming, Correctness and Robustness.
This note intended
to provide both an introduction to Java that complements the practical workbooks
and to highlight the abstract notion of object-oriented programming. Examples
and discussions will use Java primarily, but other languages may be used to
illustrate specific points where appropriate.
This course
note continues the development of
programming and problem-solving skills, focusing on object-oriented programming
and design (OOP/OOD), and improved programming practices. Topics include: an
introduction to the Java programming language, encapsulation and information
hiding, proper program and class design, inheritance, polymorphism, and
generics. Other topics may be added, time permitting.
Author(s): University of Maryland, Baltimore County
This is a teaching material
about object-oriented programming, illustrated with use of the programming
language C. It is assumed, as a prerequisite, that the readers have some
knowledge about imperative programming, preferably knowledge about C.