producers, consumers and decomposers

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...

virtual functions in c++

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...

structure and function of an ecosystem

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...

concept of an ecosystem

concept of an ecosystem Living organisms cannot live isolated from their non-living environment be­cause 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...

Inheritance in c++

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...