Path: utzoo!utgpu!utorvm!ryerson!acps2924 Organization: Ryerson - Academic Computing Services Date: Sunday, 12 May 1991 11:39:32 EST From: Message-ID: <91132.113932ACPS2924@Ryerson.Ca> Newsgroups: comp.lang.c++ Subject: Calling Parent functions in Child??? If one has the following situation : class A { int isEqual{}; } class B : public A { int isEqual{} } B::isEqual() { return (... && // here i want to call the parents isEqual // how do i do it?? } I want to call the parents matching call inside the childs call. In smalltalk you use super how is it done in C++. Peter +----------------------------------------------------------------------+ acps2924@ryerson.ca ! Who is the ! If plumbers designed toilets like ! user,pray, ! software professionals design tools, ! and who is ! we'd be up to our knees in crap. ! the used ? ! - Charles A. Rovira +----------------------------------------------------------------------+