Why a class module cannot have a static variable as a data member ? Should it not work in a similar way as a static member declared in a c++ class ?

AtulK