Multiple choice POD is used to describe C++ classes C classes C++ structures C structures Reveal answer Fill a bubble to check yourself D Correct answer Explanation POD means plain old data and is used to describe C style structure which contains only data members.This term as used in C++ structures,can contain data members as well as member functions. Hence, this is the incorrect answer.