Introduction to OOP: Chapter 3: Classes and Methods: [next] [previous] [audio] [real] [text]

Parts of a Member Function

int Card::rank()
{
	return r;
}
Intro OOP, Chapter 3, Slide 23