Which among the following is the main difference between Chondrichthytes and Osteichthytes?

Which among the following is the main difference between Chondrichthytes and Osteichthytes? Correct Answer Endoskeleton composition

Pisces are sub-classified into Chondrichthytes and Osteichthytes based on the composition of endoskeleton. In Chondrichthytes or cartilaginous fishes, endoskeleton is made of cartilage. In Osteichthytes, endoskeleton is made of bone.
Bissoy MCQ

Related Questions

Which among the following is not correct about Chondrichthytes?
What is the difference between the following 2 C codes?
#include  //Program 1int main(){ int d, a = 1, b = 2; d = a++ + ++b; printf("%d %d %d", d, a, b);}

#include  //Program 2int main(){ int d, a = 1, b = 2; d = a++ +++b; printf("%d %d %d", d, a, b);}