Difference between Constructors and static constructors?

Answer Posted / ganagdhara c

the normal constructor is use to initialize the data elements of the objects which are either static are non static elements where as thee static constructors are use to initialize the static data elements in the class these static data elements are shared by all the objects of the class type these are created when the first object of the class type was created.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the static member function.

905


What are libraries in c++?

781


How do I use turbo c++?

714


What is the best ide for c++?

785


What happens when the extern "c" char func (char*,waste) executes?

835


Why c++ is better than c language?

776


Is c++ a software?

908


List the features of oops in c++?

755


What does std mean in c++?

787


Why c++ is not a pure oop language?

710


What are c++ variables?

757


What are shallow and deep copies?

832


What does namespace mean in c++?

813


How would you differentiate between a pre and post increment operators while overloading?

843


What is format for defining a structure?

796