Multiple choice technology programming languages

Documentation System Of C# Is Similar To ?

  1. Javadoc

  2. J#

  3. C++

  4. Cdoc

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

C# uses XML documentation comments (///) that are conceptually similar to Javadoc's /** */ syntax. Both systems allow embedding documentation directly in source code that can be extracted into formatted HTML documentation. Option D 'Cdoc' is not a real documentation system.