To declare a class-level named constant you declare it as __________
To declare a class-level named constant you declare it as __________ Correct Answer Private
Private variables and methods are those that are meant to be directly accessed by the class that owns them. Thus giving class-level named constant, all the procedures within the class can access it, and its value is retained till the application is running.
মোঃ আরিফুল ইসলাম
Feb 20, 2025