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
Explain the static member function.
What are libraries in c++?
How do I use turbo c++?
What is the best ide for c++?
What happens when the extern "c" char func (char*,waste) executes?
Why c++ is better than c language?
Is c++ a software?
List the features of oops in c++?
What does std mean in c++?
Why c++ is not a pure oop language?
What are c++ variables?
What are shallow and deep copies?
What does namespace mean in c++?
How would you differentiate between a pre and post increment operators while overloading?
What is format for defining a structure?