by admin | Jun 4, 2015 | sem3
producers, consumers and decomposers The environment has three important constituents. These are: (a) Physical (b) Biological (c) Social (a) The Physical Constituent of environment includes soil, water, air, climate, temperature, light etc. These are also called...
by admin | Jun 4, 2015 | sem3
Virtual functions in c++ If there are member functions with same name in base class and derived class, virtual functions in c++ gives programmer capability to call member function of different class by a same function call depending upon different context. This...
by admin | Jun 4, 2015 | sem3
structure and function of an ecosystem Each ecosystem has two main components: (1) Abiotic (2) Biotic (1) Abiotic Components: The non living factors or the physical environment prevailing in an ecosystem form the abiotic components. They have a strong influence on the...
by admin | Jun 4, 2015 | sem3
concept of an ecosystem Living organisms cannot live isolated from their non-living environment because the latter provides materials and energy for the survival of the former i.e. there is interaction between a biotic community and its environment to produce a...
by admin | Jun 4, 2015 | sem3
Inheritance in c++ One of the most important concepts in object oriented programming is inheritance. Inheritance allows us to define a class in terms of another class, which makes it simpler to create and maintain an application. This also gives an opportunity to...