The point of a method is to interact with an object.
A nullptr cannot be an object.
Can anyone cite a programing principle in which you would want to interact with an object that is not an object?

From: Std-Proposals <std-proposals-bounces@lists.isocpp.org> on behalf of Jonathan Wakely via Std-Proposals <std-proposals@lists.isocpp.org>
Sent: Thursday, October 31, 2024 2:06:09 PM
To: std-proposals@lists.isocpp.org <std-proposals@lists.isocpp.org>
Cc: Jonathan Wakely <cxx@kayari.org>
Subject: Re: [std-proposals] Calling methods on a nullptr