In reply to Sureshkumar krishnasamy:
Hi,
Without using any function i need to access properties of class B with the help of class A handle.
It is not possible to access derived class properties by the parent handle without using polymorphism(virtual task/function) concept!