Object-oriented programming

Standard container in c

The following C project contains the C source code and C examples used for standard container. It's standard template container consist of Queue, Stack, PriorirtyQueue, LinkedList, List(Circle LinkedList) all these structures use Double Linked List. And this container also contains Vector(Dynamic Array)

Oop in c in c

The following C project contains the C source code and C examples used for oop in c++. polymorphism, ncapsulation and Inheritance in oop class has ben shown clearly in this code.

Inheritance in c in c

The following C project contains the C source code and C examples used for inheritance in c++. This is the easiest program i have ever seen to understand the concept of inheritance in C. It's a real life example using husband, wife and children......

Inheritance in c

The following C project contains the C source code and C examples used for inheritance. Inheritance to derive classes how to override functions from derived classes and how to get past the override to use the base class function

Oo database example in c

The following C project contains the C source code and C examples used for oo database example. It is a simple database application.I think it might help some newcomers to the OO concepts such as inheritance and virtual functions. Features: Open, Save, Save as, Show all, Find, Delete, create and statistics.

Pages

Subscribe to RSS - Object-oriented programming