Is this a abstract classe



I defined a class with 10 functions . It contains declaration of 5
functions and 5 functions are declared and defined. Is this class is
said to a abstract class.

Which one is correct?

If a class contains a virtual class then it is said to a abstract
class.
Or a abstract class always contains a virtual function.
Or neither is true.

Please clarrify me these.

A class containing the pure virtual function is always a abstract
class.

.



Relevant Pages

  • RE: [newbie][long]Pure virtual function call :(
    ... I'm trying to compile some simple ... >: see declaration of 'QueryInterface' ... > virtual function was not defined ... > pure virtual function was not defined ...
    (microsoft.public.dotnet.languages.vc)
  • [newbie][long]Pure virtual function call :(
    ... I'm Visual C++ 6 newbie. ... compiling I get an error like below. ... : see declaration of 'QueryInterface' ... virtual function was not defined ...
    (microsoft.public.dotnet.languages.vc)
  • RE: [newbie][long]Pure virtual function call :(
    ... > I'm Visual C++ 6 newbie. ... I'm trying to compile some simple ... >: see declaration of 'QueryInterface' ... > virtual function was not defined ...
    (microsoft.public.dotnet.languages.vc)
  • Re: About pure virtual function
    ... of pure virtual function and abstract class when some classed inheritate ... inheritates from an abstract class, it must define all of the pure virtual ... And what I can get the view of c++ compiler is: if a new class inheritates ...
    (microsoft.public.vc.language)
  • Problem with declaration of virtual function
    ... I have a problem with the declaration of virtual function. ... Why the compiler says nothing? ... Pierre Couderc ...
    (comp.lang.cpp)