cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Create a Vector of Base Class to Derived
Create a Vector of Base Class to Derived class Objects
Nov 5, 2016 at 11:44am UTC
mohiyodeen
(1)
Can someone will help me out to create a Vector of Base Class to Derived class Objects.
For Example
class Base{
}
class Dervied: public Base{
}
Topic archived. No new replies allowed.