4
Reply

What is a concrete class?

Jul 13, 2006
30.9k
0

    A concrete class is used to define a useful object that can be instantiated as an automatic variable on the program stack. The implementation of a concrete class is defined. The concrete class is not intended to be a base class and no attempt to minimize dependency on other classes in the implementation or behavior of the class..

    Ashish Saxena
    August 20, 2016
    1

    If fully completed all functionality and ready to provide service is called concrete class Real Time example :A complete Building

    karthi keyan
    January 21, 2018
    0

    Concrete class is nothing but normal class, we can use as a base class or may not.Not compulsory, it can't contain abstract methods.we can create object and work with this class.

    Bebins V
    November 25, 2015
    0

    A concrete class is used to define a useful object that can be instantiated as an automatic variable on the program stack. The implementation of a concrete class is defined. The concrete class is not intended to be a base class and no attempt to minimize dependency on other classes in the implementation or behavior of the class..

    nikhil kansal
    July 13, 2006
    0