Bdeguisue2983 Bdeguisue2983 15-01-2024 Computers and Technology contestada What is the term for the following declaration if it exists in a class definition in C++: virtual int func() = 0; a) Abstract method b) Concrete method c) Virtual method d) Static method