User profile: xnorax

User info
User name:xnorax
History
Joined:
Number of posts:12
Latest posts:

polymorphism c++
So you mean 2) replace "attribute name" with "virtual type function name" in Base Class then make v...

polymorphism c++
public, protected and private

polymorphism c++
it is useful, but I'm not asking about type specifiers! Thank you

polymorphism c++
[code] class Butterflyfish { protected: string Btype; public: virtual string type() {...

Caesar Cipher using ASCII
Wow!! Really your explanation is very clear and helpful!! I've used this operator [] as a charactar...