Programming Paradigms in C++
1. Procedural Programming
Decide which procedures you want; use the best algorithms you can find.
2.Modular Prigramming
Decide which modules you want; partition the program so that data is hidden within modules.
3.Data Abstraction
Decide which types you want; provide a full set of operations for each type.
4.Object-Oriented Programming
Decide which classes you want; provide a full set of operations for each class; make commonality by using inheritance.
5.Generic Programming
Decide which algorithms you want; parameterized them so that they work for a variety of suitable type and data structures.
จะเขียนโปรแกรมหนึ่งๆ ก็ต้องใช้หลายๆเทคนิค มาผสมผสานกันครับ
จากคุณ :
เด็กเก่ง.
- [15 ธ.ค. 44 12:04:22]