PDA

View Full Version : what is anonymous in c 2011



saneha
05-02-2011, 05:38 PM
anonymous in c++

Vuhelper
05-02-2011, 05:39 PM
when we created child class object the implicit base class object is also created along with it, this object is called anonymous base class.

No we can not set its value in initialization list.