What is inharitance in C++? And what are the types of inheritance?
chrispitt -2 Light Poster
Recommended Answers
Jump to PostInhertance is very good concept in c and c++.
I don't think that C has inheritance, only C++. You can simulate a kind of inheritance in C, but it's not pretty and the compiler can't help you detect coding errors that you've made. Here's an example of inheritance …
All 3 Replies
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Broent 0 Newbie Poster
ravenous 266 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.