Click here to Skip to main content
15,893,594 members
Articles / Programming Languages / C

Think before you code, Virtual Functions in C++

Rate me:
Please Sign up or sign in to vote.
4.58/5 (151 votes)
2 Sep 2008CPOL2 min read 87.7K   144  
Virtual functions in C++.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Rebaca Technologies
India India
int main(){
while(!isSleeping())
{
write_code();
}
return 0;
}

Comments and Discussions