TipsMake
Newest

Tags : design strategy in c ++

Data abstraction in C ++
C ++ 25 May 2019

Data abstraction in C ++

data abstraction involves only providing the necessary information to the outside and hiding their basic details, for example, to represent the information needed in the program

Read More
Calculate closure in C ++
C ++ 25 May 2019

Calculate closure in C ++

encapsulation is a concept of object-oriented programming that binds data and functions that manipulate that data, and keeps them safe by preventing obstruction and external abuse.

Read More
Interface in C ++ (Abstract class)
C ++ 25 May 2019

Interface in C ++ (Abstract class)

an interface describes the behavior or capabilities of a class in c ++ without signing to a specific implementation of that class.

Read More