Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Tài liệu đang bị lỗi
File tài liệu này hiện đang bị hỏng, chúng tôi đang cố gắng khắc phục.
Introduction to the Object-Oriented Approach ppsx
Nội dung xem thử
Mô tả chi tiết
Introduction to the
Object-Oriented
Approach
Chapter 1
Object-Oriented Programming (OOP) is one of the most
popular methodologies in software development. It offers a
powerful model for creating computer programs. It speeds
the program development process, improves maintenance,
and enhances reusability of programs.
This chapter introduces object-oriented methodology and
discusses the concepts of objects, classes, messages, and
methods. It provides an overview of the phases involved in
object-oriented analysis and design. This chapter also
explains how to define classes in C#.
In this chapter, you will learn to:
Explain features of the object-oriented
methodology
Describe the phases of the object-oriented
methodology
Define classes in C#
Objectives