Translations:KDevelop5/Manual/Working with source code/85/uk
<syntaxhighlight lang="cpp" line> class Car {
// ... public: std::string get_color () const;
};
<syntaxhighlight lang="cpp" line> class Car {
// ... public: std::string get_color () const;
};