Click here to Skip to main content
15,914,014 members

Comments by Abhinay Kumar (Top 12 by date)

Abhinay Kumar 12-Mar-12 5:24am View    
But isnt the virtual table created at compile time for every class.
Abhinay Kumar 29-Feb-12 7:24am View    
yes it does.Now i got it.
Abhinay Kumar 29-Feb-12 6:40am View    
I am not able to print the value of A.
Abhinay Kumar 29-Feb-12 5:26am View    
Is it possible to access them through objects of the class?If they do not have this pointer how is it possible to call them through objects of the class?
Abhinay Kumar 29-Feb-12 0:25am View    
1.I have confusion in understanding why do we need static member functions?
2.What happens when we declare static member functions?
3.What does it means when static member functions have class scope or belong to class rather than objects of the class?