about inheritance in c++

S

salman

hi ,
i am BCA student . but i don't know really about inheritance in
c++.
like for example,
class student{ int rollno, char name
class result{ }
 
R

red floyd

salman said:
hi ,
i am BCA student . but i don't know really about inheritance in
c++.
like for example,
class student{ int rollno, char name
class result{ }

Apparently not, since what you wrote is in now way, shape, or form, C++.

Try again, and maybe we can help.
 
D

David Harmon

On 23 Sep 2006 08:19:27 -0700 in comp.lang.c++, "salman"
hi ,
i am BCA student . but i don't know really about inheritance in
c++.

This issue is covered in Marshall Cline's C++ FAQ. See the section
"[19] Inheritance — basics". It is always good to check the FAQ
before posting. You can get the FAQ at:
http://www.parashift.com/c++-faq-lite/

See the welcome message posted twice per week in comp.lang.c++ under
the subject "Welcome to comp.lang.c++! Read this first." or
available at http://www.slack.net/~shiva/welcome.txt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top