answersLogoWhite

0


Best Answer

Qutub-ud-din Aibak started building Qutub Minar in around 1199,but couldn't complete it.
The remaining work was completed by his successor and son-in-law Iltutmish.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who is the constructor of Kuthab Minar?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Default constructor in java?

If you don't type a constructor into your class code, a default constructor will be automatically generated by the compiler. The default constructor is ALWAYS a no-arg constructor. (Obviously the compiler has no clue what all arguments you might want for your class. So it takes the safe way out with a no argument constructor) A no-arg constructor is not necessarily the default (i.e., compiler-supplied) constructor, although the default constructor is always a no-arg constructor. The default constructor is the one the compiler provides! While the default constructor is always a no-arg constructor, you're free to put in your own no-arg constructor.


Which stone is Char Minar made of?

char minar


What is an empty constructor?

An empty constructor takes no arguments and calls the default constructor


What is the difference between implicit and explicit call of constructor in c plus plus?

An implicit constructor call will always call the default constructor, whereas explicit constructor calls allow to chose the best constructor and passing of arguments into the constructor.


What is special about the iron pillar in Qutub Minar?

Tallest Minar


What about the upkeep of Qutub Minar?

mantainance and upkeep of qutub minar


What about upkeep of Qutub Minar?

mantainance and upkeep of qutub minar


What is Minar Zarza's population?

The population of Minar Zarza is 20,620.


Which is highest qutub minar or charminar?

Qutab minar is taller, being the tallest minar in India.


When a object is passed to a function as argument why it is not generating an error if the parameterized constructor is defined and not the default constructor?

default constructor is used only when the programmer does not use a constructor to initialize objects. Once the programmer defines a constructor then the default constructor is no longer used


Can you call constructor?

yes we can call constructor


What is use of constructor in java?

Constructor is used to do something (written in constructor) immediately after object creation.