Join The Discussion

Comments ( 1 )

  1. Feng Nan
    Feng Nan :
    12 months ago

    What happens if non static members are used in static member function?


    A.
    Executes fine


    B.
    Compile time error


    C.
    Executes if that member function is not used


    D.
    Runtime error

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block