Quiz management system using polymorphism

Hi hello everyone i am new to this site :)
can anyone help me in making my project on quiz management using polymorphism ?
these things i am going to implement.
1 :in this quiz program the question have a common answers
e.g
Q: what is the name of programming language?
ans : java // c++,java,php etc are true answers
2.user can add or delete the question.
e.g
Question q1; // object if class question
q1.addquestion("question statement","answer",marks,question type) // question answer is in boolien or in single line
e.g
Q:Today is monday.
ans: 0/false.
i know about polymorphism,knows about classes to, but
i don't know where to use virtual and pure virtual function :) any idea ?
in the end i just need some information to start project:).
thanks:)
Last edited on
Topic archived. No new replies allowed.