answersLogoWhite

0

No, the Monkee Mobile was built from a Pontiac GTO the Batmobile in the TV series was built from a Lincoln Futura concept car. The movie car was built on a Chevrolet Impala chassis.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What type of car is the batmobile?

It is made out of bats. Many of them. BATmobile.


In Batman the movie directed by Tim Burton The batmobile used the frame of which type of car?

Chevy


What are some of the main reasons for the great variation in even the same type of human - built structure?

its the enviorment


What is the rarest model car in the world?

According to IndiaTimes there are 5. The 1931 Bugatti Royale Type 41- Only 6 were ever built, powered by a 12.7 liter aircraft engine. The 1961 Ferrari 250GT California Spyder-Only 36 were ever built. It has been called one of the most beautiful cars ever made. The 1938 Phantom Corsair-It looks like the Batmobile and only one was ever built. The 1954 Oldsmobile F-88-Only 4 built. The 1970 Dodge Coronet R/T Convertible-Only two of its kind were built.


Are the spark plugs the same for a Chevy 305 eng and a Chevy 350 eng?

That depends on what type of heads are on each, and the year it was built.


Why were tepees built?

They were a shelter from the weather. The same reason we build Houses.


What type of energy plants are expensive to built?

tis type of energy plant is expensive to built is. is it solar , nuclear or both


What type freon used in a b2200 mazda pickup 1990?

Was built with R12Was built with R12


Why String data type cannot be used as built-in data type in C?

Because it isn't a built-in data-type in C. Other examples that aren't built-in data-types: complex numbers, binary trees, associative-arrays.


What was the name of the first pyramid that was built?

The step pyramid was the first type of pyramid to be built.


What type of walls were built in China?

Usualy Brick or Stone walls are built in china.


Application of array in data structure?

That rather depends on the underlying type. For any given type T, an array of type T is user-defined if T is user-defined, otherwise it is built-in. For example: #include<string> // required to use std::string std::string s[42]; // user-defined array int i[42]; // built-in array Here, s is a user-defined array because std::string is a user-defined type, whereas i is a built-in array because int is a built-in type.