Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!uunet!mcsun!ukc!keele!nott-cs!gas From: gas@cs.nott.ac.uk (Alan Shepherd) Newsgroups: comp.lang.c++ Subject: Virtual functions and inline Message-ID: <1991Feb28.141548.2043@cs.nott.ac.uk> Date: 28 Feb 91 14:15:48 GMT Reply-To: gas@cs.nott.ac.uk (Alan Shepherd) Organization: Nottingham University Lines: 7 Is it okay to declare virtual functions inline ? Even though the code to be excuted is substituted rather than a function call made, does the correct method still get called ? Thanks, Alan Shepherd