answersLogoWhite

0

No - they only eat what they kill themselves - or food that is offered by a reptile keeper. They don't feed off dead carcases

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where is the boa constructors habitat?

the boa is found in north,central and south africa


Do boa constructors eat birds?

( . Y . ) :)


Are red-tailed boa constructors venomous or poisonous?

No. Boas are all nonvenomous. They kill their prey by constriction. In talking about snakes the proper term is venomous rather than poisonous.


For what purpose constructors are used in Java?

Constructors are used to create the instance of a class.


When was Worshipful Company of Constructors created?

Worshipful Company of Constructors was created in 1985.


Are constructors inherited?

Constructors, static initializers, and instance initializers are not members and therefore are not inherited.


What are different type of constructor in java?

Every class, including abstract classes, MUST have a constructor. The different types are: a. Regular constructors b. Overloaded constructors and c. Private constructors


What actors and actresses appeared in Constructors - 2013?

The cast of Constructors - 2013 includes: Rauf Khabibullin as Rauf


What is the feather boa named after?

the feather boa is named after the boa constrictor!


Who thinks BoA is hot?

hell yes! who is BoA Who is BoA?


What snake is called a boa?

the Boa Constrictor


What is a constructor with value zero?

Constructors have no value, zero or otherwise. That is, constructors cannot return a value. This is because constructors are not functions in the sense you cannot call a constructor directly. Constructors are invoked in the background when you instantiate an object of the class, thus any return value would be lost in the background, and would therefore not be visible to the invokee.